runtime.gclink.next (field)

11 uses

	runtime (current package)
		malloc.go#L2054: 	c.reusableNoscan[spc] = v.ptr().next
		mcache.go#L75: 	next gclinkptr
		mcache.go#L380: 	v.ptr().next = c.reusableNoscan[spc]
		stack.go#L221: 			x.ptr().next = s.manualFreeList
		stack.go#L230: 	s.manualFreeList = x.ptr().next
		stack.go#L249: 	x.ptr().next = s.manualFreeList
		stack.go#L291: 		x.ptr().next = list
		stack.go#L309: 		y := x.ptr().next
		stack.go#L328: 			y := x.ptr().next
		stack.go#L395: 			c.stackcache[order].list = x.ptr().next
		stack.go#L529: 			x.ptr().next = c.stackcache[order].list